From 8b15b4415c4edc9d223a77010b9daf8fa5a91010 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 28 May 2013 13:04:37 +0800 Subject: [PATCH] Clean up the pre-configured gdkconfig.h.win32 The deprecation macros are now defined in gdkversionmacros.h, so remove them from gdkconfig.h.win32 to avoid macro redefinition warnings. --- gdk/gdkconfig.h.win32 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32 index 13022e88ec..c941eb86a0 100644 --- a/gdk/gdkconfig.h.win32 +++ b/gdk/gdkconfig.h.win32 @@ -14,19 +14,6 @@ G_BEGIN_DECLS -/* These macros are used to mark deprecated functions in GDK and - * GTK+ headers, and thus have to be exposed in installed headers. - * But please do *not* use them in other projects. Instead, use - * G_DEPRECATED or define your own wrappers around it. - */ - -#ifdef GDK_DISABLE_DEPRECATION_WARNINGS -#define GDK_DEPRECATED -#define GDK_DEPRECATED_FOR(f) -#else -#define GDK_DEPRECATED G_DEPRECATED -#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) -#endif #define GDK_WINDOWING_WIN32 -- 2.30.2